curl --request GET \
--url https://api.onetsolutions.net/v1/organizations \
--header 'Authorization: Bearer <token>'[
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"legacy_id": 123,
"name": "<string>",
"project_count": 123,
"modules": [
"<string>"
],
"organization_type": "personal",
"support_plan": "basic",
"user_quota": 2147483647,
"project_quota": 2147483647,
"instance_quota": 2147483647,
"domain_quota": 2147483647,
"logo": "<string>",
"company_name": "<string>",
"address_1": "<string>",
"address_2": "<string>",
"city": "<string>",
"state": "<string>",
"postcode": "<string>",
"country": "<string>",
"phone": "<string>",
"vat_number": "<string>",
"is_active": true
}
]Retrieve a list of all organizations that the authenticated user has access to. Results include organizations where the user is a member with any role level. The list is ordered by organization name.
curl --request GET \
--url https://api.onetsolutions.net/v1/organizations \
--header 'Authorization: Bearer <token>'[
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"legacy_id": 123,
"name": "<string>",
"project_count": 123,
"modules": [
"<string>"
],
"organization_type": "personal",
"support_plan": "basic",
"user_quota": 2147483647,
"project_quota": 2147483647,
"instance_quota": 2147483647,
"domain_quota": 2147483647,
"logo": "<string>",
"company_name": "<string>",
"address_1": "<string>",
"address_2": "<string>",
"city": "<string>",
"state": "<string>",
"postcode": "<string>",
"country": "<string>",
"phone": "<string>",
"vat_number": "<string>",
"is_active": true
}
]Documentation Index
Fetch the complete documentation index at: https://help.onetsolutions.net/llms.txt
Use this file to discover all available pages before exploring further.
Use Authorization: Bearer <token> header. Token can be a JWT token or an API key (format: sk-onetsolutions-...).
List of organizations the user has access to
255personal - Personalprofessional - Professionalpersonal, professional basic - Basicadvanced - Advancedbusiness - Businessbasic, advanced, business 0 <= x <= 42949672950 <= x <= 4294967295Maximum number of instances allowed
0 <= x <= 4294967295Maximum number of domains allowed
0 <= x <= 429496729525525525510010020ISO 3166-1 alpha-2 country code
25050